// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04B TN_Widget.CreateTable([['Buffalo Philharmonic Orchestra: JoAnn Falletta - Chooi Brothers and Bach','Kleinhans Music Hall','Buffalo, NY','Friday','5/3/2024','10:30 AM','6093126','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Chooi-Brothers-and-Bach-5-3-2024'],['Buffalo Philharmonic Orchestra: JoAnn Falletta - Chooi Brothers and Bach','Kleinhans Music Hall','Buffalo, NY','Saturday','5/4/2024','7:30 PM','6093127','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Chooi-Brothers-and-Bach-5-4-2024'],['Buffalo Philharmonic Orchestra: JoAnn Falletta - Beethovens Ninth','Kleinhans Music Hall','Buffalo, NY','Saturday','5/11/2024','7:30 PM','6093124','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Beethovens-Ninth-5-11-2024'],['Buffalo Philharmonic Orchestra: JoAnn Falletta - Beethovens Ninth','Kleinhans Music Hall','Buffalo, NY','Sunday','5/12/2024','2:30 PM','6093125','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Beethovens-Ninth-5-12-2024'],['Buffalo Philharmonic Orchestra: Stuart Chafetz - Signature Stars and Stripes','Kleinhans Music Hall','Buffalo, NY','Friday','5/24/2024','10:30 AM','6093133','Buffalo-Philharmonic-Orchestra--Stuart-Chafetz---Signature-Stars-and-Stripes-5-24-2024'],['Buffalo Philharmonic Orchestra: Stuart Chafetz - Signature Stars and Stripes','Kleinhans Music Hall','Buffalo, NY','Saturday','5/25/2024','7:30 PM','6093134','Buffalo-Philharmonic-Orchestra--Stuart-Chafetz---Signature-Stars-and-Stripes-5-25-2024'],['Buffalo Philharmonic Orchestra: JoAnn Falletta - Mahlers Resurrection','Kleinhans Music Hall','Buffalo, NY','Saturday','6/1/2024','7:30 PM','6093131','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Mahlers-Resurrection-6-1-2024'],['Buffalo Philharmonic Orchestra: JoAnn Falletta - Mahlers Resurrection','Kleinhans Music Hall','Buffalo, NY','Sunday','6/2/2024','2:30 PM','6093132','Buffalo-Philharmonic-Orchestra--JoAnn-Falletta---Mahlers-Resurrection-6-2-2024'],['John Hiatt','Mary Seaton Room At Kleinhans Music Hall','Buffalo, NY','Tuesday','6/4/2024','7:00 PM','6216689','John-Hiatt-6-4-2024'],['Haley Reinhart','Mary Seaton Room At Kleinhans Music Hall','Buffalo, NY','Wednesday','6/26/2024','7:30 PM','6308565','Haley-Reinhart-6-26-2024'],['Will Downing','Kleinhans Music Hall','Buffalo, NY','Thursday','11/14/2024','8:00 PM','6377028','Will-Downing-11-14-2024'],['Chris Botti','Kleinhans Music Hall','Buffalo, NY','Friday','2/13/2071','8:00 PM','4461630','Chris-Botti-2-13-2071']],'Kleinhans Music Hall','http://www.ticketnetwork.com/ticket/Kleinhans-Music-Hall-events.aspx');